Add docs for mmo format.
authoroliskoli <oliskoli>
Sun, 19 Oct 2008 17:34:16 +0000 (17:34 +0000)
committeroliskoli <oliskoli>
Sun, 19 Oct 2008 17:34:16 +0000 (17:34 +0000)
xmldoc/formats/mmo.xml [new file with mode: 0644]
xmldoc/formats/options/mmo-locked.xml [new file with mode: 0644]
xmldoc/formats/options/mmo-visible.xml [new file with mode: 0644]

diff --git a/xmldoc/formats/mmo.xml b/xmldoc/formats/mmo.xml
new file mode 100644 (file)
index 0000000..4f06d39
--- /dev/null
@@ -0,0 +1,18 @@
+<para>
+   The 'mmo' format provides support for binary .mmo files used by the
+   Memory-Map Navigator software.
+</para>
+<para>
+   Our module was reverse engineered from a couple of .mmo files found
+   in the www. The results of the writing code have been tested with a current
+   Memory-Map Navigator trial ('Viewer') release.
+</para>
+<para>
+   Because of different file versions and sometimes slightly different file structure
+   we cannot ensure, that every .mmo file is loadable at this time. If you have one,
+   which causes errors, please provide it [mailto:gpsbabel-misc@lists.sourceforge.net].
+</para>
+<para>
+   More information can be found at the 
+   <ulink url="http://www.memory-map.com/">Memory-Map</ulink> site.
+</para>
diff --git a/xmldoc/formats/options/mmo-locked.xml b/xmldoc/formats/options/mmo-locked.xml
new file mode 100644 (file)
index 0000000..f8dc245
--- /dev/null
@@ -0,0 +1,11 @@
+<para>
+   By default GPSBabel creates only 'un-locked' items.
+</para>
+<para>
+   Sample command to write an mmo file with 'locked' items:
+</para>
+<para>
+   <userinput>
+      gpsbabel -i gpx -f in.gpx -o mmo,locked=y -F out.mmo
+   </userinput>
+</para>
diff --git a/xmldoc/formats/options/mmo-visible.xml b/xmldoc/formats/options/mmo-visible.xml
new file mode 100644 (file)
index 0000000..a3ca5bd
--- /dev/null
@@ -0,0 +1,13 @@
+<para>
+   This option can be useful, if you want to convert a big file with a lot of entries.
+   By default GPSBabel creates only 'visible' items.
+</para>
+<para>
+   Sample command to write an mmo file with 'in-vsisible' items:
+</para>
+<para>
+   <userinput>
+      gpsbabel -i gpx -f in.gpx -o mmo,visible=n -F out.mmo
+   </userinput>
+</para>
+